Dekoratives Banner

Application registeredCompany Attribute


    app.registeredCompany

Description

    Text string; name(if any) that the user of the application entered as the registered company at the time of installation.

Type

    Text string; read-only.

Example

    var company = app.registeredCompany;
    alert("Your company name is " + company + ".");